Skip to content

Conversation

@oscarduignan
Copy link

Updated dependencies to only depend on play-json, because depending on play is pulling in some extra bits that are causing problems with performance test repos gatling version due to evictions

DISCLAIMER - I don't know all the contexts this library is used in to understand if those extra transitive dependencies are needed by dependent repositories

without this, performance test repos who want to use uk.gov.hmrc:domain-play-30 need to exclude slf4j, like this:

"uk.gov.hmrc"  %% "domain-play-30"  % "9.0.0"  % Test exclude("org.slf4j", "slf4j-api")

Updated dependencies to only depend on play-json, because depending on play is pulling in some extra bits that are causing problems with performance test repos gatling version due to evictions

DISCLAIMER - I don't know all the contexts this library is used in to understand if those extra transitive dependencies are needed by dependent repositories

without this, performance test repos who want to use uk.gov.hmrc:domain-play-30 need to exclude slf4j, like this:

```
"uk.gov.hmrc"  %% "domain-play-30"  % "9.0.0"  % Test exclude("org.slf4j", "slf4j-api")
```
@platops-pr-bot
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants